ALIM Web Implementation Guide

Default QuickLink Settings in web.config

Default settings for ALIM Web's Get QuickLink Url feature are defined in the <appSettings> section of the ALIM Web Server's web.config file:

<add key="AW:QuickLink:CopyNo" value="" />
<add key="AW:QuickLink:DocumentState" value="NoFiltering" />
<add key="AW:QuickLink:MaxFiles" value="10" />
<add key="AW:QuickLink:ObjectMode" value="View Content" />

MaxFiles

 <add key="AW:QuickLink:MaxFiles" value="10" />

Defines the number of files that can be viewed/launched automatically. If the file count is larger, users will be asked if they want to proceed with the view / launch or if they want to go to the document content view. If the MaxFiles setting is not specified, all files will be viewed / launched.

ObjectMode

 <add key="AW:QuickLink:ObjectMode" value="View Content" />

Determines the default Mode setting on the Get QuickLink Url dialog. This setting relates to the QuickLink i and m parameters in the quicklink API. The valid values are: View Content, Edit Content, View File, and Launch File. If the ObjectMode setting is not specified, View Content is used.

CopyNo

 <add key="AW:QuickLink:CopyNo" value="" />

Determines the default Document Copy value on the Get QuickLink Url dialog. This setting relates to the cno parameter in the quicklink API. The value must be a valid document copy number.

DocumentState

<add key="AW:QuickLink:DocumentState" value="NoFiltering" />

Determines the default Document Status setting on the Get QuickLink Url dialog. This setting relates to the state parameter in the quicklink API. The valid values are: NoFiltering, LatestApproved, and LatestRevision. If the DocumentState setting is not specified, NoFiltering is used.